CyclicBuffer.insertBack

Inserts the given item into the end of the buffer.

struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
void
insertBack
(
U
)
()
if (
isImplicitlyConvertible!(U, T)
)

Meta